home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / mapl0301.zip / DOORSYS.STB < prev    next >
Text File  |  1993-04-13  |  1KB  |  39 lines

  1. ' $linesize:132
  2. ' $title: 'Proposed new SUB for Maple Street Version of RBBS-PC'
  3. ' $INCLUDE: 'RBBS-VAR.MOD'
  4. '
  5. ' $SUBTITLE: 'DoorSys - Stub FIle DOOR.SYS drop file'
  6. ' $PAGE
  7. '
  8. '  SUBPROGRAM NAME    -- DoorSys
  9. '
  10. '  INPUT PARAMETERS   --     PARAMETER                    MEANING
  11. '
  12. '
  13. '  OUTPUT PARAMETERS  --  ???
  14. '
  15. '  SUBPROGRAM PURPOSE --  Stub File to Eliminate DOOR.SYS mod
  16. '
  17. 10    SUB DoorSys STATIC
  18.      ZDoorDropFile$ = "D"
  19.        End Sub
  20. ' $SUBTITLE: 'ReadDoorSys - Stub File for Reads a DOOR.SYS drop file'
  21. ' $PAGE                                                              ' DD091101
  22. '                                                                    ' DD091101
  23. '  SUBPROGRAM NAME    -- ReadDoorSys  - by Dan Drinnon 1993          ' DD091101
  24. '                                                                    ' DD091101
  25. '  INPUT PARAMETERS   --     PARAMETER                    MEANING    ' DD091101
  26. '                                                                    ' DD091101
  27.  
  28. '  SUBPROGRAM PURPOSE --  Stub out read from From DOOR.SYS          ' DD091101
  29.  
  30. 15 SUB ReadDoorSys STATIC                                         ' DD091101
  31.      ZDoorDropFile$ = "D"
  32.    END SUB
  33.  
  34. 20 SUB PCBoardSys STATIC                                          ' DD121702
  35.      ZDoorDropFile$ = "D"
  36.       END SUB
  37. 25 SUB CallInfoBBS STATIC                                         ' DD121702
  38.      ZDoorDropFile$ = "D"
  39.       END SUB